Update Templates plugin to v1.1.0 - #70
Open
Degrace15 wants to merge 2 commits into
Open
Conversation
Greptile SummaryThis PR turns the starter repository into the Templates plugin and updates its metadata, documentation, icon, build output, and runtime command.
Confidence Score: 4/5This PR should not merge until template generation protects existing files and the build once again produces the documented installable ZIP. The command currently overwrites matching project files without warning, while the simplified build stops regenerating the ZIP used by the documented installation and distribution flow. Files Needing Attention: src/main.js, esbuild.config.mjs, package.json Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Plugin initializes] --> B[Register Templates command]
B --> C[User selects template]
C --> D{Open folder available?}
D -- No --> E[Show error]
D -- Yes --> F[Open folder filesystem]
F --> G[Create fixed template files]
G --> H[Reload folder]
H --> I[Show success notification]
J[Plugin unmounts] --> K[Remove Templates command]
Reviews (1): Last reviewed commit: "Update Templates plugin to v1.1.0" | Re-trigger Greptile |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the Templates plugin to version 1.1.0.
Changes
Testing
This PR only includes the files related to the Templates plugin and is intended to make the plugin more stable and easier to maintain.
Thank you for reviewing my contribution!